home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / disk / cdrom / a4k_atapi_ita.lha / a4000-atapi_ita / devs / storage / CbmCDFS < prev    next >
Text File  |  1995-06-02  |  621b  |  26 lines

  1. /* $VER: CD0 1.4 (11-04-95) CD++
  2.  *
  3.  * This file enables the CD-ROM file system which allows you to read standard
  4.  * ISO-9660 CD-ROM disks from an Amiga with an ATAPI IDE device.
  5.  */
  6.  
  7. FileSystem      = L:CDFileSystem
  8. Device          = cd.device
  9. Unit            = 0
  10. Flags           = 0
  11. Surfaces        = 1
  12. SectorsPerTrack = 1
  13. SectorSize      = 2048
  14. Mask            = 0x7ffffffe
  15. MaxTransfer     = 0x80000000
  16. Reserved        = 0
  17. Interleave      = 0
  18. LowCyl          = 0
  19. HighCyl         = 0
  20. Buffers         = 20
  21. BufMemType      = 0
  22. StackSize       = 1000
  23. Priority        = 10
  24. GlobVec         = -1
  25. DosType         = 0x43443031
  26.